home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / run / 0707 / readme.1st < prev   
Encoding:
Text File  |  1992-05-08  |  2.5 KB  |  60 lines

  1. This is a significant upgrade of the CURVEFIT program.  Although format is
  2. retained from previous versions, the use of POWER-BASIC 2.10a has allowed
  3. the following modifications:
  4.  
  5.     1.  Speed enhanced by 40% or more for machines with no co-processor
  6.     2.  Number of data points allowed increased from 255 to 999
  7.     3.  Increased precision using Extended Precision variables
  8.     4.  Capable of handling a wider range of input data without
  9.         causing Overflow conditions.  The supplied data set EXCRASH.DAT
  10.         that used to cause this condition is now handled correctly.
  11.     5.  When entering X-Data, if numbers are equally spaced, just
  12.         enter the first two X numbers and then press <ENTER> for all
  13.         further entries.  Pressing <ENTER> for X-entry after the first
  14.         two entries increments X by the difference in last two X entries.
  15.     6.  Option to output Residuals to a file
  16.  
  17. There are two copies of program supplied.
  18.  
  19. CF286225 is the version optimized for '286 or higher machines.  Will not 
  20. work on 8088 or 8086 machines.
  21.  
  22. CURVE225 is the version for any machine, but is significantly slower on
  23. '286 and higher machines than CF286225.
  24.  
  25. A number of sample data files are supplied EX*.DAT and DATA*.PRN
  26.  
  27. The execuatable files are compressed using LZE which cuts file size from
  28. over 185k down to about 70k.  
  29.  
  30. Source code is supplied as a standard ASCII file CURVE225.BAS
  31.  
  32. This program is SHAREWARE
  33.  
  34. If you use program, a registration fee of $10 is requested
  35.  
  36. Send registration fee to:
  37.  
  38.     Thomas S. Cox
  39.     102 Evergreen Street
  40.     Easley, SC  29642
  41.  
  42. A copy of the latest version will be supplied upon receipt of the registration
  43. fee.  Unless otherwise specified, the program will be supplied on a 360k disk.
  44. It can be supplied on 3-1/2 disks if so requested--no additional charge.
  45.  
  46. The programs were updated on 5/9/92 as was documentation. Last released 
  47. version is 2.25a.
  48.  
  49. Note: The best commercial program that I have seen for CURVEFITTING is
  50.       TABLECURVE, version 3.10 which has very nice graphs.  It is sold
  51.       by Jandel Scientific.  It also has a very nice price, $495.  This
  52.       program fits many thousands of curves and is extremely powerful.
  53.       It handles polynomial curves also.  I have no vested interest in
  54.       the program other than to say I have it at work and it works well.    
  55.  
  56.       There is some discount if you order from The Programmer's Connection.
  57.  
  58.       The reference book that has the equations used in CURVEFIT is out
  59.       of print and I don't know of any sources that might have it.
  60.